home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Needs / card_3983.txt < prev    next >
Text File  |  1990-04-09  |  19KB  |  600 lines

  1. -- card: 3983 from stack: in
  2. -- bmap block id: 3749
  3. -- flags: 0000
  4. -- background id: 2597
  5. -- name: DTP/DTPres*
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global whichButton
  9.   put "Scan A Photo" into whichButton
  10.   hide menuBar
  11.   set hilite of background button "Hide Bottlenecks" to false
  12.   hide background field "Bottlenecks Header"
  13.   hide card field "Bottlenecks"
  14.   show background field "Benefits Header"
  15.   show background field "Features Header"
  16.   show card field "Benefits"
  17.   show card field "Features"
  18.   hide background button "Hide Bottlenecks"
  19.   show background button "Show Bottlenecks"
  20.   set hilite of background button "Market Needs" to true
  21.   set hilite of background button "Examples" to false
  22.   set hilite of card button id 31 to false
  23.   set hilite of card button id 12 to false
  24.   set hilite of card button id 13 to false
  25.   set hilite of card button id 27 to false
  26.   set hilite of card button id 28 to false
  27.   set hilite of card button id 29 to false
  28.   put empty into card field "Features"
  29.   put empty into card field "Benefits"
  30.   put "Please select a 'Needs' category." into card field "Features"
  31.   put "Please select a 'Needs' category." into card field "Benefits"
  32.   show card field "Features"
  33.   show card field "Benefits"
  34. end openCard
  35.  
  36. on closeCard
  37.   global whichButton
  38.   put empty into whichButton
  39.   hide menuBar
  40.   hide card field "Cover All"
  41.   hide card button "Self-Check"
  42.   hide background field "Bottlenecks Header"
  43.   hide card field "Bottlenecks"
  44.   show background field "Benefits Header"
  45.   show background field "Features Header"
  46.   show card field "Benefits"
  47.   show card field "Features"
  48.   hide background button "Hide Bottlenecks"
  49.   show background button "Show Bottlenecks"
  50.   put empty into card field "Features"
  51.   put empty into card field "Benefits"
  52.   set hilite of card button id 31 to false
  53.   set hilite of card button id 12 to false
  54.   set hilite of card button id 13 to false
  55.   set hilite of card button id 27 to false
  56.   set hilite of card button id 28 to false
  57.   set hilite of card button id 29 to false
  58.   set hilite of background button "Examples" to false
  59. end closeCard
  60.  
  61.  
  62.  
  63. -- part 36 (field)
  64. -- low flags: 01
  65. -- high flags: 0002
  66. -- rect: left=5 top=231 right=247 bottom=188
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 0 / 0
  69. -- text alignment: 0
  70. -- font id: 3
  71. -- text size: 10
  72. -- style flags: 0
  73. -- line height: 13
  74. -- part name: Eff. Scanning Process
  75.  
  76.  
  77. -- part 18 (field)
  78. -- low flags: 01
  79. -- high flags: 0002
  80. -- rect: left=368 top=79 right=269 bottom=507
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 0
  84. -- font id: 3
  85. -- text size: 10
  86. -- style flags: 0
  87. -- line height: 13
  88. -- part name: Features
  89.  
  90.  
  91. -- part 21 (field)
  92. -- low flags: 81
  93. -- high flags: 0007
  94. -- rect: left=253 top=91 right=252 bottom=485
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 0 / 0
  97. -- text alignment: 0
  98. -- font id: 3
  99. -- text size: 10
  100. -- style flags: 0
  101. -- line height: 13
  102. -- part name: Productivity Explained
  103.  
  104.  
  105. -- part 32 (field)
  106. -- low flags: 01
  107. -- high flags: 0002
  108. -- rect: left=5 top=113 right=155 bottom=188
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 0
  112. -- font id: 3
  113. -- text size: 10
  114. -- style flags: 0
  115. -- line height: 13
  116. -- part name: Scan Photo
  117.  
  118.  
  119. -- part 12 (button)
  120. -- low flags: 00
  121. -- high flags: 0000
  122. -- rect: left=6 top=114 right=154 bottom=187
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 0 / 0
  125. -- text alignment: 1
  126. -- font id: 0
  127. -- text size: 12
  128. -- style flags: 0
  129. -- line height: 16
  130. -- part name: Versatility
  131. ----- HyperTalk script -----
  132. on mouseUp
  133.   global whichButton
  134.   put "Versatility" into whichButton
  135.   put empty into card field "Features"
  136.   put empty into card field "Benefits"
  137.   put empty into card field "Bottlenecks"
  138.   set hilite of card button id 12 to true
  139.   set hilite of card button id 31 to false
  140.   set hilite of card button id 13 to false
  141.   set hilite of card button id 27 to false
  142.   set hilite of card button id 28 to false
  143.   set hilite of card button id 29 to false
  144.   if hilite of background button "Hide Bottlenecks" is true then
  145.     put "Scanning different composition areas separately and then combining them in a single image is time consuming." into line 1 of card field "Bottlenecks"
  146.     put empty into line 2 of card field "Bottlenecks"
  147.     put "Scanning an original and then editing out areas of the image you do not want in your final document is tedious and time consuming." into line 3 of card field "Bottlenecks"
  148.   else
  149.     put "1) Ability to combine multiple areas of line art and halftones on one scan, and can select and scan non rectangular originals."  into card field "Features"
  150.     put "1) Ensures high-quality processing of the image with various composition types" into line 1 of card field "Benefits"
  151.     put "2) Saves time and increases flexibility when scanning irregular shaped areas." into line 2 of card field "Benefits"
  152.   end if
  153.  
  154. end mouseUp
  155.  
  156.  
  157. -- part 28 (button)
  158. -- low flags: 00
  159. -- high flags: 0000
  160. -- rect: left=6 top=232 right=246 bottom=187
  161. -- title width / last selected line: 0
  162. -- icon id / first selected line: 0 / 0
  163. -- text alignment: 1
  164. -- font id: 0
  165. -- text size: 12
  166. -- style flags: 0
  167. -- line height: 16
  168. -- part name: Efficient Scanning Process
  169. ----- HyperTalk script -----
  170. on mouseUp
  171.   global whichButton
  172.   put "Efficient Scanning Process" into whichButton
  173.   put empty into card field "Features"
  174.   put empty into card field "Benefits"
  175.   put empty into card field "Bottlenecks"
  176.   set hilite of card button id 28 to true
  177.   set hilite of card button id 12 to false
  178.   set hilite of card button id 31 to false
  179.   set hilite of card button id 13 to false
  180.   set hilite of card button id 27 to false
  181.   set hilite of card button id 29 to false
  182.   if hilite of background button "Hide Bottlenecks" is true then
  183.     put "Scanning can be time consuming since getting the final image desired involves a process of scanning the image several times at different settings." into line 1 of card field "Bottlenecks"
  184.   else
  185.     put "1) Can preview a scan" into line 1 of card field "Features"
  186.     put "2) User-definable scan areas" into line 2 of card field "Features"
  187.     put "3) Settings dialog box." into line 3 of card field "Features"
  188.     put "Software allows for flexible and time saving scanning procedures." into card field "Benefits"
  189.   end if
  190. end mouseUp
  191.  
  192.  
  193. -- part 30 (field)
  194. -- low flags: 01
  195. -- high flags: 0002
  196. -- rect: left=6 top=79 right=108 bottom=188
  197. -- title width / last selected line: 0
  198. -- icon id / first selected line: 0 / 0
  199. -- text alignment: 0
  200. -- font id: 3
  201. -- text size: 10
  202. -- style flags: 0
  203. -- line height: 13
  204. -- part name: Scan Photo
  205.  
  206.  
  207. -- part 31 (button)
  208. -- low flags: 00
  209. -- high flags: 0000
  210. -- rect: left=7 top=80 right=107 bottom=187
  211. -- title width / last selected line: 0
  212. -- icon id / first selected line: 0 / 0
  213. -- text alignment: 1
  214. -- font id: 0
  215. -- text size: 12
  216. -- style flags: 0
  217. -- line height: 16
  218. -- part name: Scan A Photo
  219. ----- HyperTalk script -----
  220. on mouseUp
  221.   global whichButton
  222.   put "Scan A Photo" into whichButton
  223.   put empty into card field "Features"
  224.   put empty into card field "Benefits"
  225.   put empty into card field "Bottlenecks"
  226.   set hilite of card button id 31 to true
  227.   set hilite of card button id 12 to false
  228.   set hilite of card button id 13 to false
  229.   set hilite of card button id 27 to false
  230.   set hilite of card button id 28 to false
  231.   set hilite of card button id 29 to false
  232.   if hilite of background button "Hide Bottlenecks" is true then
  233.     put "Preparing photographs, line art, logos, and schematics to include into Desktop Publishing documents can be a time consuming  and expensive process." into card field "Bottlenecks"
  234.   else
  235.     put "Option to define a scan area, composition, or gray map, settings to control contrast, brightness, and halftones." into card field "Features"
  236.     put "1) The ability to scan an original document with different composition types" into line 1 of card field "Benefits"
  237.     put "2) Have full control over appearance and print quality of the image." into line 2 of card field "Benefits"
  238.   end if
  239.  
  240. end mouseUp
  241.  
  242.  
  243. -- part 33 (field)
  244. -- low flags: 01
  245. -- high flags: 0002
  246. -- rect: left=5 top=161 right=191 bottom=188
  247. -- title width / last selected line: 0
  248. -- icon id / first selected line: 0 / 0
  249. -- text alignment: 0
  250. -- font id: 3
  251. -- text size: 10
  252. -- style flags: 0
  253. -- line height: 13
  254. -- part name: Scan Photo
  255.  
  256.  
  257. -- part 13 (button)
  258. -- low flags: 00
  259. -- high flags: 0000
  260. -- rect: left=5 top=162 right=190 bottom=187
  261. -- title width / last selected line: 0
  262. -- icon id / first selected line: 0 / 0
  263. -- text alignment: 1
  264. -- font id: 0
  265. -- text size: 12
  266. -- style flags: 0
  267. -- line height: 16
  268. -- part name: Creative When Scanning
  269. ----- HyperTalk script -----
  270. on mouseUp
  271.   global whichButton
  272.   put "Creative When Scanning" into whichButton
  273.   put empty into card field "Features"
  274.   put empty into card field "Benefits"
  275.   put empty into card field "Bottlenecks"
  276.   set hilite of card button id 13 to true
  277.   set hilite of card button id 12 to false
  278.   set hilite of card button id 31 to false
  279.   set hilite of card button id 27 to false
  280.   set hilite of card button id 28 to false
  281.   set hilite of card button id 29 to false
  282.   if hilite of background button "Hide Bottlenecks" is true then
  283.     put "It is time consuming and expensive if the scanned image needs to be further processed with a graphics application to get the results desired." into card field "Bottlenecks"
  284.   else
  285.     put "1) Create user-definable halftone patterns," into line 1 of card field "Features"
  286.     put "2) Select an adaptive filter to change grayscale to halftone" into line 2 of card field "Features"
  287.     put "3) Manipulate contrast,brightness, etc, and do bit-mapped editing." into line 3 of card field "Features"
  288.     put "1) Ability to customize the look of an image" into line 1 of card field "Benefits"
  289.     put "2) User is not confined to one type of a scan." into line 2 of card field "Benefits"
  290.   end if
  291.  
  292. end mouseUp
  293.  
  294.  
  295. -- part 35 (field)
  296. -- low flags: 01
  297. -- high flags: 0002
  298. -- rect: left=5 top=196 right=226 bottom=188
  299. -- title width / last selected line: 0
  300. -- icon id / first selected line: 0 / 0
  301. -- text alignment: 0
  302. -- font id: 3
  303. -- text size: 10
  304. -- style flags: 0
  305. -- line height: 13
  306. -- part name: Scan From Variety
  307.  
  308.  
  309. -- part 27 (button)
  310. -- low flags: 00
  311. -- high flags: 0000
  312. -- rect: left=6 top=197 right=225 bottom=187
  313. -- title width / last selected line: 0
  314. -- icon id / first selected line: 0 / 0
  315. -- text alignment: 1
  316. -- font id: 0
  317. -- text size: 12
  318. -- style flags: 0
  319. -- line height: 16
  320. -- part name: Scan Variety
  321. ----- HyperTalk script -----
  322. on mouseUp
  323.   global whichButton
  324.   put "Scan Variety" into whichButton
  325.   put empty into card field "Features"
  326.   put empty into card field "Benefits"
  327.   put empty into card field "Bottlenecks"
  328.   set hilite of card button id 27 to true
  329.   set hilite of card button id 12 to false
  330.   set hilite of card button id 31 to false
  331.   set hilite of card button id 13 to false
  332.   set hilite of card button id 28 to false
  333.   set hilite of card button id 29 to false
  334.   if hilite of background button "Hide Bottlenecks" is true then
  335.     put "A sheet feed scanner restricts the type of source original you can use for scanning." into line 1 of card field "Bottlenecks"
  336.     put empty into line 2 of card field "Bottlenecks"
  337.     put "Reproducing originals so that they can be processed by a sheet feed scanner can be costly and time consuming." into line 3 of card field "Bottlenecks"
  338.   else
  339.     put "Flat-bed design and detachable cover." into card field "Features"
  340.     put "1) The original document does not have to be changed, copied, or altered." into line 1 of card field "Benefits"
  341.     put "2) Allows flexibility of source documents, such as magazines, books, boxes, etc." into line 2 of card field "Benefits"
  342.   end if
  343. end mouseUp
  344.  
  345.  
  346. -- part 37 (field)
  347. -- low flags: 01
  348. -- high flags: 0002
  349. -- rect: left=5 top=253 right=270 bottom=188
  350. -- title width / last selected line: 0
  351. -- icon id / first selected line: 0 / 0
  352. -- text alignment: 0
  353. -- font id: 3
  354. -- text size: 10
  355. -- style flags: 0
  356. -- line height: 13
  357. -- part name: Various Sizes
  358.  
  359.  
  360. -- part 29 (button)
  361. -- low flags: 00
  362. -- high flags: 0000
  363. -- rect: left=6 top=254 right=269 bottom=187
  364. -- title width / last selected line: 0
  365. -- icon id / first selected line: 0 / 0
  366. -- text alignment: 1
  367. -- font id: 0
  368. -- text size: 12
  369. -- style flags: 0
  370. -- line height: 16
  371. -- part name: Various-Sized Images
  372. ----- HyperTalk script -----
  373. on mouseUp
  374.   global whichButton
  375.   put "Various-Sized Images" into whichButton
  376.   put empty into card field "Features"
  377.   put empty into card field "Benefits"
  378.   put empty into card field "Bottlenecks"
  379.   set hilite of card button id 29 to true
  380.   set hilite of card button id 12 to false
  381.   set hilite of card button id 31 to false
  382.   set hilite of card button id 13 to false
  383.   set hilite of card button id 28 to false
  384.   set hilite of card button id 27 to false
  385.   if hilite of background button "Hide Bottlenecks" is true then
  386.     put "Processing a source image like a photograph to fit the size needed for the final document means the time consuming and costly operation of having it reproduced and resized." into line 1 of card field "Bottlenecks"
  387.   else
  388.     put "Reduction and enlargement capability." into card field "Features"
  389.     put "To be able to use various sized source images." into card field "Benefits"
  390.   end if
  391. end mouseUp
  392.  
  393.  
  394. -- part 39 (field)
  395. -- low flags: 81
  396. -- high flags: 0004
  397. -- rect: left=127 top=120 right=231 bottom=382
  398. -- title width / last selected line: 0
  399. -- icon id / first selected line: 0 / 0
  400. -- text alignment: 0
  401. -- font id: 3
  402. -- text size: 12
  403. -- style flags: 256
  404. -- line height: 16
  405. -- part name: Bibliography
  406.  
  407.  
  408. -- part 40 (field)
  409. -- low flags: 01
  410. -- high flags: 0002
  411. -- rect: left=193 top=79 right=270 bottom=363
  412. -- title width / last selected line: 0
  413. -- icon id / first selected line: 0 / 0
  414. -- text alignment: 0
  415. -- font id: 3
  416. -- text size: 10
  417. -- style flags: 0
  418. -- line height: 13
  419. -- part name: Benefits
  420.  
  421.  
  422. -- part 44 (field)
  423. -- low flags: 01
  424. -- high flags: 0001
  425. -- rect: left=394 top=277 right=306 bottom=438
  426. -- title width / last selected line: 0
  427. -- icon id / first selected line: 0 / 0
  428. -- text alignment: 0
  429. -- font id: 3
  430. -- text size: 12
  431. -- style flags: 0
  432. -- line height: 16
  433. -- part name: Cover
  434.  
  435.  
  436. -- part 45 (button)
  437. -- low flags: 00
  438. -- high flags: 2000
  439. -- rect: left=442 top=281 right=302 bottom=464
  440. -- title width / last selected line: 0
  441. -- icon id / first selected line: 0 / 0
  442. -- text alignment: 1
  443. -- font id: 0
  444. -- text size: 12
  445. -- style flags: 0
  446. -- line height: 16
  447. -- part name: Next Card
  448. ----- HyperTalk script -----
  449. on mouseUp
  450.   visual wipe right slow to card
  451.   go to card id 4319
  452. end mouseUp
  453.  
  454.  
  455.  
  456. -- part 47 (field)
  457. -- low flags: 81
  458. -- high flags: 0002
  459. -- rect: left=258 top=79 right=270 bottom=428
  460. -- title width / last selected line: 0
  461. -- icon id / first selected line: 0 / 0
  462. -- text alignment: 0
  463. -- font id: 3
  464. -- text size: 10
  465. -- style flags: 0
  466. -- line height: 13
  467. -- part name: Bottlenecks
  468.  
  469.  
  470. -- part 49 (button)
  471. -- low flags: 80
  472. -- high flags: 8003
  473. -- rect: left=179 top=280 right=302 bottom=307
  474. -- title width / last selected line: 0
  475. -- icon id / first selected line: 0 / 0
  476. -- text alignment: 1
  477. -- font id: 0
  478. -- text size: 12
  479. -- style flags: 0
  480. -- line height: 16
  481. -- part name: Hide Bottlenecks
  482. ----- HyperTalk script -----
  483. on mouseUp
  484.   hide background field "Bottlenecks Header"
  485.   hide card field "Bottlenecks"
  486.   show background field "Benefits Header"
  487.   show background field "Features Header"
  488.   show card field "Benefits"
  489.   show card field "Features"
  490.   hide background button "Hide Bottlenecks"
  491.   set hilite of background button "Hide Bottlenecks" to false
  492.   show background button "Show Bottlenecks"
  493.   hide card button "Hide Bottlenecks"
  494.   set hilite of card button "Hide Bottlenecks" to false
  495.   show card button "Show Bottlenecks"
  496.   set hilite of card button id 31 to false
  497.   set hilite of card button id 12 to false
  498.   set hilite of card button id 13 to false
  499.   set hilite of card button id 27 to false
  500.   set hilite of card button id 28 to false
  501.   set hilite of card button id 29 to false
  502. end mouseUp
  503.  
  504.  
  505.  
  506. -- part 50 (field)
  507. -- low flags: 81
  508. -- high flags: 0001
  509. -- rect: left=357 top=277 right=306 bottom=467
  510. -- title width / last selected line: 0
  511. -- icon id / first selected line: 0 / 0
  512. -- text alignment: 0
  513. -- font id: 3
  514. -- text size: 12
  515. -- style flags: 0
  516. -- line height: 16
  517. -- part name: Cover All
  518.  
  519.  
  520. -- part 51 (button)
  521. -- low flags: 80
  522. -- high flags: A004
  523. -- rect: left=11 top=316 right=341 bottom=498
  524. -- title width / last selected line: 0
  525. -- icon id / first selected line: 0 / 0
  526. -- text alignment: 1
  527. -- font id: 0
  528. -- text size: 12
  529. -- style flags: 0
  530. -- line height: 16
  531. -- part name: Self-Check
  532. ----- HyperTalk script -----
  533. on mouseUp
  534.   visual iris close
  535.   hide card button "Self-Check"
  536.   hide card field "Cover All"
  537.   pop card
  538. end mouseUp
  539.  
  540.  
  541.  
  542. -- part contents for card part 21
  543. ----- text -----
  544. Productivity:
  545. The Apple Scanner will read text and graphics generated on non-Apple compatible systems and merge them into word processing, graphics, and page composition programs.  This can save time and money, as file compatibility is no longer an issue.  This capability removes the need to retype documents.  With OCR software, existing documents created by  expensive "conventional" typesetting means can be integrated into an electronic publishing system.
  546.  
  547. -- part contents for card part 32
  548. ----- text -----
  549. ‚Ä¢  Versatility, combine different
  550.     composition types, and to deal
  551.     with irregular composition areas.
  552.  
  553. -- part contents for card part 30
  554. ----- text -----
  555. ‚Ä¢  To scan photographs, line art,
  556.     logos, and schematics.
  557.  
  558. -- part contents for card part 33
  559. ----- text -----
  560. ‚Ä¢  To be creative when scanning an
  561.     image.
  562.  
  563. -- part contents for card part 35
  564. ----- text -----
  565. ‚Ä¢  Scan from a variety of different
  566.     source documents.
  567.  
  568. -- part contents for card part 36
  569. ----- text -----
  570. ‚Ä¢  Easy, efficient scanning process.
  571.  
  572. -- part contents for card part 37
  573. ----- text -----
  574. ‚Ä¢  Input from various sized images.
  575.  
  576. -- part contents for card part 39
  577. ----- text -----
  578. This Information from: Notes on Selling meeting with Cam & Jane on Mondy, June 13, 1988.
  579.  
  580. -- part contents for background part 28
  581. ----- text -----
  582. Needs
  583.  
  584. -- part contents for background part 29
  585. ----- text -----
  586. Benefits
  587.  
  588. -- part contents for background part 30
  589. ----- text -----
  590. Features
  591.  
  592. -- part contents for background part 33
  593. ----- text -----
  594. Bottlenecks
  595.  
  596. -- part contents for card part 47
  597. ----- text -----
  598. Scanning different composition areas separately and then combining them in a single image is time consuming.
  599.  
  600. Scanning an original and then editing out areas of the image you do not want in your final document is tedious and time consuming.